-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add README #9
Add README #9
Conversation
README.md
Outdated
@@ -1 +1,157 @@ | |||
# macvtap CNI | |||
|
|||
## Overview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for another header, just keep overview right under the main heading
README.md
Outdated
``` | ||
|
||
The CNI config json allows the following parameters: | ||
* `name` (string, required): the name of the network. When used within ai |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/ai/a/
README.md
Outdated
containers: | ||
- name: busybox | ||
image: busybox | ||
command: ["/bin/sleep", "123"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sleep longer, this can be easily missed when I go for a coffee
README.md
Outdated
containers: | ||
- name: busybox | ||
image: busybox | ||
command: ["/bin/sleep", "123"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
53e764c
to
1f17285
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in general it's nice, some nitpicking, and some actual questions.
Signed-off-by: Jaime Caamaño Ruiz <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcaamano, maiqueb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/release-note-none Sorry about this hook. We need to either disable it or leverage it. |
/hold cancel |
Signed-off-by: Jaime Caamaño Ruiz [email protected]
What this PR does / why we need it:
Adds README.
Special notes for your reviewer: